home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utmisc2 / iffmst16.rdm < prev    next >
Text File  |  1996-05-20  |  2KB  |  37 lines

  1. Short:    Show IFF struct & chunk contents. MUI Application.
  2. Author:   K.Drangmeister@insider.sub.de (Kay Drangmeister)
  3. Uploader: drangmei@informatik.uni-wuerzburg.de (Kay Drangmeister)
  4. Type:     util/misc
  5.  
  6. IFF Master is a program that allows you to have a view inside the structure
  7. of  IFF files. It is not yet another picture viewer or sound sample player,
  8. but  it displays the internal entities (chunks) of a file. For example, the
  9. headers  of pictures (ILBM) or sound samples (8SVX) are displayed in clear,
  10. so  you  can  directly read the size and depth of the image or the sampling
  11. rate.
  12.  
  13.  
  14. Current features (V 1.5) include:
  15.  
  16.  - MUI application
  17.  - localized GUI (with AmigaOS 2.1 or later)
  18.  - online help, bubble help (with MUI 3.0 or later)
  19.  - Extensive chunk type library (currently 52 form types, 340 known chunks,
  20.    97 of these with comprehensive structure description)
  21.  - Chunk contents are presented alternatively as structure, text or hexdump
  22.  - Bit fields and enumeration types are displayed in clear
  23.  - Fixed point values are printed in decimal (e.g. 8SVX.VHDR.Volume)
  24.  - Callback hooks for special attributes, e.g. the Mode-ID
  25.    inside the CAMG chunk is de-referenced (e.g. as "PAL: Hires").
  26.  - Colors in ILBM.CMAP chunks are displayed, with AmigaOS 3.0 or later.
  27.  - clipboard support
  28.  - chunk contents and partial FORMs can be saved
  29.  - AppWindow and AppIcon
  30.  
  31.  
  32. Features new for V 1.6:
  33.  
  34. NEW  New Chunks: Lightwave (LWOB and LWLO)
  35. FIX  PopString gadget (file including path) could only handle 80 chars.
  36. FIX  Refuses to quit now if ASL requester is still open.
  37.